home *** CD-ROM | disk | FTP | other *** search
- .key IPADDRESS
- .bra {
- .ket }
- .def IPADDRESS 10.18.12.72
-
- ; log in
- echo
- echo login: heiko
- AmiTCP:bin/login -f heiko
- AmiTCP:bin/umask 022
- AmiTCP:AmiTCP
- WaitForPort AMITCP
- ; Configure loop-back device
- AmiTCP:bin/ifconfig lo0 localhost
- ; Configure Ethernet Device
- AmiTCP:bin/ifconfig xsurf {IPADDRESS}
- ; Add IP address entry for this host
- rx "address AMITCP; 'ADD HOST {IPADDRESS} amiga4000.de '"
-
- ; Add route to this host
- AmiTCP:bin/route add {IPADDRESS} localhost
-
- ; Add route to the default gateway
- AmiTCP:bin/route add default 10.18.12.72
-
-
- setenv HOSTNAME `AmiTCP:bin/hostname`
- Assign TCP: Exists > NIL:
- IF Warn
- Mount TCP: from AmiTCP:devs/Inet-Mountlist
- EndIf
-
- ; Start the internet `super server'
- run AmiTCP:bin/inetd
-
-